CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚂蚁算法 TSP

搜索资源列表

  1. 蚂蚁算法求解TSP的源代码

    1下载:
  2. 基于C++开发的蚂蚁算法求解TSP的源程序。这种代码不多见哦,还不快下载。-C development based on the ant algorithm for TSP of the source. This code rare Oh, not faster download.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10844
    • 提供者:周志连
  1. TSP-baoli

    1下载:
  2. 暴力破解TSP中国邮递员问题的程序。使用数据为Oliver30.tsp,从其中的蚂蚁算法和暴力破解算法可知智能算法的重要性。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24914
    • 提供者:hanjie
  1. 改进智能蚂蚁算法

    9下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm -- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2013-11-23
    • 文件大小:42986
    • 提供者:程方
  1. 蚂蚁算法

    1下载:
  2. VC++设计的蚂蚁算法在TSP问题中的应用 方便学习蚂蚁算法 -VC design Ant Algorithm in the TSP of ants facilitate learning algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:176817
    • 提供者:xjt
  1. 51个城市的tsp程序

    1下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. 蚁群算法

    5下载:
  2. 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
  3. 所属分类:编程文档

    • 发布日期:2012-09-09
    • 文件大小:5463327
    • 提供者:wodexiaowo
  1. acs

    2下载:
  2. 利用蚂蚁算法求解TSP问题的matlab源程序,适合初学蚂蚁算法的朋友学习,同时又利于理解TSP问题。-The use of ant algorithm matlab source TSP problem, suitable for beginners to learn ant algorithm friends, but also conducive to understanding the problem TSP.
  3. 所属分类:matlab

    • 发布日期:2015-12-31
    • 文件大小:2903
    • 提供者:付他
  1. ant_colony_elitists

    0下载:
  2. 利用改进的蚂蚁算法,即带精英策略的蚂蚁算法,求解TSP问题。对深入理解蚂蚁算法的优化原理很有帮助。-Improved ant algorithm, that is, with the elite strategy of ant algorithm for solving TSP problems. Ant Algorithm-depth understanding of the principle of optimality helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3127
    • 提供者:付他
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. Genetic-Ant

    0下载:
  2. 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:182166
    • 提供者:liuhui
  1. anttsp

    0下载:
  2. ACSmatlabCode蚁群算法解TSP问题的源代码,希望对学习蚂蚁算法的朋友提供帮助-ant tsp problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1232
    • 提供者:alison
  1. tsp-30

    0下载:
  2. 自己编写的利用蚂蚁算法求解TSP30问题,自己调试通过。-I have written the use of ant algorithm to solve the problem TSP30 own debugging through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1767
    • 提供者:小王
  1. tsp

    0下载:
  2. 蚂蚁算法代码,是基于进化理论的优化算法,与流行的遗传算法、模拟退火有着共同的优点-ant evolution code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:xurui0224
  1. TSP

    0下载:
  2. 使用蚂蚁算法解决TSP问题——智能计算大作业-Using the ant algorithm to solve TSP problems- big job Intelligent Computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:110816
    • 提供者:亢海豚
  1. acatsp

    1下载:
  2. 用蚂蚁算法智能的解决大规模TSP问题,有大量测试用例,图形化的展示运行过程。-Intelligent use of ant algorithm to solve large-scale TSP problem, a large number of test cases, graphical display of running.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8735
    • 提供者:li
  1. TSPandBAGproblem

    0下载:
  2. 包里包含五个文件,其中ASforTSP是用蚂蚁算法解决TSP问题,Backtrack是用回溯法解决01背包问题,GAO是用遗传算法解决TSP,GreedySelector是用贪心算法解决01背包问题,MoneyChange是金额的数字与汉字的转换方案,本人作为一个学生初学编程,希望多多包涵。-Package contains five files, which ASforTSP ant algorithm to solve TSP is the problem, Backtrack 01 is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:9925
    • 提供者:梦幻
  1. tsp

    0下载:
  2. 用蚂蚁算法解决TSP问题的C++源码,迭代次数为1000,效率优良-TSP with ant algorithm to solve the problem of C++ source code, the number of iterations to 1000, excellent efficiency
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:821819
    • 提供者:wuzhenzhen
  1. TSP问题代码

    0下载:
  2. 本文是以旅行商问题为研究点,利用蚂蚁算法优化求解最短路径,平台工具是具有绘图功能的matlab软件。(This paper takes traveling salesman problem as the research point, and uses ant algorithm to optimize the shortest path. The platform tool is matlab software with drawing function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:12288
    • 提供者:lm521
  1. 蚂蚁算法

    0下载:
  2. 蚂蚁算法的源代码,用于解决tsp等问题。(Ant algorithm source code, used to solve TSP and other issues.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:18432
    • 提供者:wanwanyu
  1. 蚂蚁算法

    0下载:
  2. 蚁群算法又叫蚂蚁算法,借助蚂蚁的一些生活方式进行问题的解决,最著名的就是TSP问题(Ant colony algorithm, also called ant colony algorithm, solves the problem by means of some way of life of ants. The most famous problem is the TSP problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:春1
« 12 3 4 5 »
搜珍网 www.dssz.com